package links

Import Path
	github.com/K-Phoen/grabana/links (on go.dev)

Dependency Relation
	imports one package, and imported by 9 packages

Involved Source Files links.go
Package-Level Type Names (total 2)
/* sort by: | */
Option represents an option that can be used to configure a panel link. func OpenBlank() Option func New(title string, url string, options ...Option) Link
Package-Level Functions (total 2)
New creates a new logs panel.
OpenBlank configures the link to open in a new tab.